home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / hacky_sack_jr.swf / scripts / DefineSprite_306 / frame_17 / DoAction.as
Text File  |  2011-08-19  |  222b  |  13 lines

  1. n = random("19") + "1";
  2. setProperty("/gift" add n, _X, _X);
  3. setProperty("/gift" add n, _Y, _Y);
  4. tellTarget("/gift" add n)
  5. {
  6.    gotoAndStop("go");
  7.    play();
  8. }
  9. if(eval("/:mus") == "11")
  10. {
  11.    set("/:mus","2");
  12. }
  13.